After setting your path, ``man cmucl'' will give an introduction to CMU
CL and `man lisp' will describe command line options. For SunOS
installation notes, see the `README' file in the SunOS release area.
See `/usr/misc/.cmucl/doc' for release notes and documentation.
Hardcopy documentation is available in the document room. Documentation
supplements may be available for recent additions: see the `README'
file.
Send bug reports and questions to `cmucl-bugs@cs.cmu.edu'. If you send
a bug report to `gripe' or `help', they will just forward it to this
mailing list.
File: cmu-user.info Node: Net Distribution of CMU Common Lisp, Prev: Local Distribution of CMU Common Lisp, Up: Introduction, Next: Source Availability
Net Distribution of CMU Common Lisp
===================================
Externally, CMU Common Lisp is only available via anonymous FTP. We
don't have the manpower to make tapes. These are our distribution
machines:
lisp-rt1.slisp.cs.cmu.edu (128.2.217.9)
lisp-rt2.slisp.cs.cmu.edu (128.2.217.10)
Log in with the user `anonymous' and `username@host' as password (i.e.
your EMAIL address.) When you log in, the current directory should be
set to the CMU Common Lisp release area. If you have any trouble with
FTP access, please send mail to `slisp@cs.cmu.edu'.
The release area holds compressed tar files with names of the form:
VERSION-MACHINE_OS.tar.Z
FTP compressed tar archives in binary mode. To extract, `cd' to the
directory that is to be the root of the tree, then type:
uncompress <file.tar.Z | tar xf - .
The resulting tree is about 23 megabytes. For installation directions,
see the section "site initialization" in README file at the root of the
tree.
If poor network connections make it difficult to transfer a 10 meg file,
the release is also available split into five parts, with the suffix
`.0' to `.4'. To extract from multiple files, use:
cat file.tar.Z.* | uncompress | tar xf - .
The release area also contains source distributions and other binary
distributions. A listing of the current contents of the release area is
in `FILES'. Major release announcements will be made to
`comp.lang.lisp' until there is enough volume to warrant a
`comp.lang.lisp.cmu'.
File: cmu-user.info Node: Source Availability, Prev: Net Distribution of CMU Common Lisp, Up: Introduction, Next: Command Line Options
Source Availability
===================
Lisp and documentation sources are available via anonymous FTP ftp to
any CMU CS machine. All CMU written code is public domain, but CMU CL
also makes use of two imported packages: PCL and CLX. Although these
packages are copyrighted, they may be freely distributed without any
licensing agreement or fee. See the `README' file in the binary
distribution for up-to-date source pointers.
The release area contains a source distribution, which is an image of all the
`.lisp' source files used to build a particular system VERSION:
VERSION-source.tar.Z (3.6 meg)
All of our files (including the release area) are actually in the AFS
file system. On the release machines, the FTP server's home is the
release directory: `/afs/cs.cmu.edu/project/clisp/release'. The actual
working source areas are in other subdirectories of `clisp', and you can
directly "cd" to those directories if you know the name. Due to the way
anonymous FTP access control is done, it is important to "cd" to the
source directory with a single command, and then do a "get" operation.